home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.BA.XXXX < prev    next >
Encoding:
Text File  |  1990-07-27  |  1.6 KB  |  41 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:         $BA (186)
  7. Auxiliary Type:    All
  8.  
  9. Full Name:     Apple IIgs Tool File
  10. Short Name:    Tool
  11.  
  12. Written by:    Matt Deatherage                                 September 1990
  13.  
  14. Files of this type and auxiliary type contain Apple IIgs tool sets.
  15. _____________________________________________________________________________
  16.  
  17. Files of type $BA contain Apple IIgs tool sets, designed to be called by the 
  18. Tool Locator.  The data fork is in OMF format; once it's been loaded by 
  19. InitialLoad or InitialLoad2, the image in RAM starts with the tool set's 
  20. function pointer table (FPT).  The resource fork, if it exists, should be 
  21. empty or in Apple IIgs Resource Manager format.
  22.  
  23. All RAM-based system tools are contained in the System folder of the boot 
  24. volume, and are named by tool number (for example, tool #27 is named TOOL027).  
  25. This convention is for system tools only.
  26.  
  27. User tools can reside in any directory (the directory with the application is 
  28. a good choice) and may follow any naming conventions.  User tool sets should 
  29. also use file type $BA.
  30.  
  31. Please note that all system tool set numbers and names are reserved for Apple 
  32. Computer, Inc.  Third-party developers must not create tools using any system 
  33. tool set numbers.
  34.  
  35.  
  36. Further Reference
  37. _____________________________________________________________________________
  38.   o  Apple IIgs Toolbox Reference, Volume 2, Appendix A
  39.   o  Apple IIgs Technical Note #73, Using User Tool Sets
  40.  
  41.